.bg-bnpp {
    background: #00915a;
  }

  .twentytwenty-wrapper{
    max-width: 970px!important;
    margin-left: auto!important;
    margin-right: auto !important;
  }

ul.snone {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .cp-like-share .cp-post-widget ul li span {
    display: inline;
  }

  .cp-like-share .cp-post-widget ul li {
    display: list-item;
  }

  .row.cp-like-share {
    margin-bottom: 35px;
    max-width: 100%;
    margin: 20px auto 140px auto;
  }

  .cp-like-share span.simplefavorite-button {
    float: left;
    color: #00613c;
    background: #fff;
    border-radius: 96px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    margin: 5px 10px;
  }
  
  .cp-like-share .cp-post-widget {
    background: #eeeeee;
    overflow: auto;
  }
  
  .cp-like-share .cp-post-widget img {
    display: inline-block;
    padding: 16px;
    background: #fff;
    margin: 5px 6px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
  }
  
  .cp-like-share .cp-post-widget li span {
    display: none;
    color: #141414;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    margin-left: 13px;
  }
  
  .cp-like-share .cp-post-widget li {
    display: inline-block;
  }
  
  .cp-like-share span.favorite-count {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 30px;
    font-family: "BNPP Sans";
    padding-top: 22px;
  }
  
  .cp-like-share .cp-label {
    color: #6d6d6d;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans";
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .likes-bl {
    color: #00613c;
    font-weight: 500;
    font-family: "BNPP Sans";
  }
  
  .likes-bl .fa {
    font-weight: bold;
    font-size: 22px;
  }

  .cp-like-share{
    padding: 30px 0;
  }
  

@media (min-width:577px) and (max-width:991px){
    .container{
      max-width:unset!important;
    }
  }

  .display-on-mobile{
    display: none;
  }
  
  @media screen and (max-width: 992px) {
    .display-on-desktop{
      display: none;
    }
    .display-on-mobile{
      display: inline;
    }
  }

@media (max-width:910px) {
    .hide-on-mobile{
      display:none;
    }
    .hide-on-desktop{
      display: flex;
    }
  }
  
  @media (min-width:910px) {
    .hide-on-desktop{
      display:none;
    }
    .hide-on-mobile{
      display: flex;
    }
  }
  
  
  .d-grid{
    display: grid;
  } 
  
  .grid-2-col{
    grid-template-columns: 1fr 1fr;
  }
  
  @media (max-width: 768px) {
    .grid-vertical-on-mobile{
      grid-template-columns: 1fr;
    }  
  }
  
  
  
  .font-bnpp-condensed{
    font-family: "BNPP Sans Condensed";
  }
  
  .font-bnpp{
    font-family: "BNPP Sans"!important;
  }
  
  .hide-stretched-link{
      opacity: 0;
      overflow: hidden;
  }
  
  .stretched-link:focus{
    outline: 0;
  }


.btn-bnpp, .wp-element-button {
    background: #088657;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration:none;
    padding: 10px 16px;
    border-radius: 4px;
    transition: background .3s;
    line-height:1;
  }
  
  @media (max-width:991px) {
    .btn-lg{
      display: inline-block;
      width: 100%;
    }
  }
  
  .btn-bnpp:focus,
  .btn-bnpp:hover,
  .wp-element-button:focus ,
  .wp-element-button:hover {
    background: #076b46;
    transition: background .3s;
  }
  
  .keyboard-user .btn-bnpp:focus{
    outline: 3px solid black;
  }

  @media (max-width:991px) {
  .container:not(.px-0){
    padding-right: calc(var(--bs-gutter-x) * .75)!important;
    padding-left: calc(var(--bs-gutter-x) * .75)!important;
  }
}

.frm_checkbox{
  width: 250px;
}