
.press-release-submit-form .text-field{
    width: 100%;
    margin: 10px 0;
}

.press-release-submit-form ::-webkit-input-placeholder {
    color: #000;
}
.press-release-submit-form :-ms-input-placeholder {
    color: #000;
}
.press-release-submit-form ::placeholder {
    color: #000;
}
.press-release-sidebar .post--title h1{
    min-height: auto !important;
    margin: 0;
}
.press-company-name h3{
    color: #000;
    font-size: 17px;
}

.td_enlpr_status .enlpr-pament-status,
.td_enlpr_status .enlpr-pament-status a,
.td_enlpr_status .enlpr-status,
.td_enlpr_actions .enlpr-btn{
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.td_enlpr_actions .enlpr-btn-edit-press-release{
    color: #235a81 !important;
}
.td_enlpr_actions .enlpr-btn-delete-press-release{
    color: #ad2424 !important;
}
.td_enlpr_status,
.td_enlpr_actions,
.td_enlpr_title{
    padding: 5px 10px;
}
.td_enlpr_status .enlpr-payment-status-pay-now a,
.td_enlpr_status .enlpr-payment-status-pay-now{
    color: #1a76d6 !important;    
    text-decoration: underline !important;
}
.td_enlpr_status .enlpr-payment-status-unpaid{
    color: #ff4c4c !important;
}
.td_enlpr_status .enlpr-payment-status-paid{
    color: #41bcdb !important;
}
.td_enlpr_status .enlpr-status-draft{
    color: #fd9801 !important;
}
.td_enlpr_status .enlpr-status-publish{
    color: #3d834d !important;
}
.enlpr-btn-approve-press-release-ind,
.enlpr-btn-publish-press-release-ind,
.enlpr-btn-publish-press-release{
    color: #1bad70 !important;
    text-decoration: underline !important;
}
.enlpr-payment-status-pay-now img,
.enlpr-btn-approve-press-release-ind img,
.enlpr-btn-publish-press-release-ind img,
.enlpr-btn-publish-press-release img,
.enlpr-btn-delete-press-release img{
    width: 20px;
    height: 20px;
}
.td_enlpr_title a{
    font-size: 15px !important;
    font-weight: 500 !important;
}
.press-release-list-custom .tr_heading{
    background: #ebebeb;
}
.company_logo_preview,
.header_image_preview{
    height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
}

.enlpr_login_wrapper .enlpr_login_form .input,
.enlpr_login_wrapper .enlpr_login_form .text-field{
    width: 100%;
    margin-bottom: 15px;
}

.enlpr_login_wrapper .enlpr_login_form .text-field::-webkit-input-placeholder {
    color: #777;
  }
  
    .enlpr_login_wrapper .enlpr_login_form .text-field:-ms-input-placeholder {
    color: #777;
  }
  
    .enlpr_login_wrapper .enlpr_login_form .text-field::placeholder {
    color: #777;
  }

  .enlpr_cat{
      width: 100%;
      height: 40px;
      background-color: #fafafa;
      border-color: #CCCCCC;
      color: #4257ae;
  }

  .enlpr_login_wrapper .nav-tabs{
      margin: 0;
  }
  
  /* Siderbar CSS End */
.type-press-release{
    margin-bottom: 30px;
}
.type-press-release .article--content {
    width: 77%;
    float: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 100px;
}
.section-all-press-releases .entry-header{
    min-height: auto !important;
}
.add-new-press-release{
    margin: 30px 0;
}
.add-new-press-release a {
    color: #fff !important;
    background: #3d834d;
    padding: 5px 20px;
    font-weight: 500;
}
.press-read-more{
    display: block;
    margin-top: 9px;
    background: #3d834d;
    color: #fff !important;
    padding: 5px 10px;
    max-width: 115px;
    font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.home .press-release-widget{
    display: block !important;
}


.td_enlpr_status .enlpr-pament-status .enlpr-btn-approve-press-release-ind {
    color: #65673c !important;
}