#wpfooter {
    display: none!important;
}

.frpostpro-wrap{
  width: 400px;
  height: 80px;
  box-shadow: -1px -3px 14px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  border: solid 1px #eae8e8;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}

.frpostpro-img {
  float: left;
  width: 130px;
  height: 100%;
  background-color: gray;
}

.frpostpro-title {
    font-size: 15px;
   font-weight: bold;
}

.frpostpro-readmore {
  font-size: 12px;
  max-height: 2em;
  line-height: 1em;
}


.frpostpro-prev-close-button{
  position: absolute;
  top:2px;
  right:4px;
  opacity: 0.5;
}



.frpostpro-text {
  float: left;
  padding-top: 15px;
  padding-left: 15px;
}

.frpostpro-section{
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f4f4f4; 
}

.frpostpro-input {
  padding: 8px!important;
  width: 300px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: auto!important
}

 .frpostpro-btn{
  background-color: #f7931e;
  padding: 8px;
  border-radius: 3px;
  border: solid 1px #f7931e;
  color:white;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
 }

.frpostpro-btn:hover{
    background-color: #ffa945;
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #ffa945;
    color:white;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.frpostpro-section h2 {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 15px;
  margin: 0;
  display: block;
}

.frpostpro-subsection{
  width: 100%;
  float: left;
  border: 1px solid #e2e2e2;
  padding: 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f4f4f4; 
}

.frpostpro-section tr {
  
  float: left;
  width: 100%;
  border-bottom: solid 1px #dbdbdb;
  padding: 10px;
}

.frpostpro-preview-wrap {
  width: 100%;
  height: 100%;
  padding: 15px;
}

#frpostpro-preview{
  z-index: 999!important;
  -webkit-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  -moz-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  line-height: 1.5;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f7931e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f7931e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

