.container .post-inner-wrap:hover {
	box-shadow: 0 0 0 0;
}
.ep_desc {
	margin: 15px 0;
}
.se_desc {
	opacity: 1;
	color: #000;
	margin-bottom: 20px;
	font-size: 20px;
	font-style: italic;
}
#wpp-update-intro1 {
	position: absolute;
	right: 0;
	top: 56px;
	padding: 5px 15px;
}
.st-intro1 {
	position: relative;
}
.se_desc span {
	
	text-transform: uppercase;
}
.wpp-selector-input {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #d0d0d0 !important;
    width: 100%;
}
.wpp-selector .buddyboss-select {
    width: 100%;
}
.wpp-input-group {
    position: relative !important;
    display: table;
    background: #fff none repeat scroll 0 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
#wpp-series-selector {
    margin-bottom: 10px;
    overflow: hidden;
}
.wpp-selector-dropdown {
    background: none;
    cursor: pointer;
    height: 32px;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 1;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-right: 64px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.wpp-input-btn {
    border-radius: 3px;
    position: relative !important;
    width: 70px;
    padding: 8px 0px;
}
#wpp-use-series-btn, #wpp-edit-series-btn {
    width: 40px;
    padding: 7px 5px;
    margin-top: 5px;
}
.wpp-input-control {
    background-color: transparent !important;
    box-shadow: none !important;
}
#wpp-series-selector .buddyboss-select-inner span {
    display: none;
}
#new-serie .wpp-input-control {
    border: 1px solid #e1e1e1;
}
#wpp-edit-series > input {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    position: absolute;
}
.wpp-exist-container {
    position: absolute;
}
.wpp-series-btn-group {
    float: right;
    position: relative;
    margin-top: -37px;
    left: 6px;
}
#wpp-use-series-btn, #wpp-edit-series-btn {
    width: 40px;
}
#wpp-update-serie {
    width: 64px;
    float: right;
    margin-top: 1px;
    padding: 8px;
}
.entry-content .wpp-title {
    margin-bottom: 9px;
    font-size: 14px;
    margin-top: 9px;
}
.wpp-toggler {
    float: right;
}
.wpp-part-serie .buddyboss-select {
  width: 100%;
}
.entry-title .post-edit-link, .post-title.main-title .post-edit-link {
    /*display: none;*/
}
.toggle-sap-widgets .write-story-icon {
	display: none !important;
}
.st-cat {
	font-size: 14px;
	margin: 9px 0;
	border: 1px solid #dedfe2;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 3px;
	height: 40px;
	color: rgba(0,0,0,.5);
	width: 230px;
}
.st-cat i {
	float: right;
	color: rgba(0,0,0,.5);
	padding: 4px 0;
}
.st-intro {
	position: relative;
}
#sap-widget-container .moxie-shim-html5 {
	z-index: -1 !important;
}
#wpp-update-intro {
	position: absolute;
	right: 0;
	top: 56px;
	padding: 5px 15px;
}

/*Media Query*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
    #new-serie .wpp-input-control{
        width: 70%;
    }
    .wpp-existing .buddyboss-select{
        width: 65%;
    }
    .wpp-series-btn-group {
      left: 0;
      margin-top: -42px;
    }
    #wpp-use-series-btn, #wpp-edit-series-btn {
      margin-top: 0;
      padding: 7px 0;
    }
    #wpp-edit-series .wpp-edit-series{
        width: 62%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
    #new-serie .wpp-input-control{
        width: 79%;
    }
    .wpp-existing .buddyboss-select{
        width: 75%;
    }
    #wpp-edit-series .wpp-edit-series{
        width: 72%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    #new-serie .wpp-input-control{
        width: 73%;
    }
    .wpp-existing .buddyboss-select{
        min-width: 68%;
        width: 68%;
    }
    .wpp-series-btn-group {
      left: 0;
      margin-top: -32px;
    }
    #wpp-edit-series .wpp-edit-series{
        width: 66%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    #new-serie .wpp-input-control{
        width: 73%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    #new-serie .wpp-input-control{
        width: 73%;
    }
}