.bwp-post-grid-checkbox-parent-container .bwp-post-grid-checkbox-child-container {
    display: none;
}

.bwp-post-grid-filter-dropdown label img { width: 10px; }

.spg-fork-container { min-height: 1000px; }

.page-id-48125 #footer { margin-top: 50px; }

.bwp-post-grid-ui-table td:nth-child(8) {
    vertical-align: middle;
    height: 27px;
}

.format-icon img {
    width: 100%;
    height: auto;
    padding-right: 4px !important;
    margin-top: 8px;
}

#bwp-post-grid-container {
    z-index: 0;
}
.searchbar-top-holder {
    margin-bottom: 35px;
}
#bwp-post-grid-search-terms {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
}
#bwp-post-grid-search-terms .format-icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    padding: 0 2px;
}
.bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container, .bwp-post-grid-ui-table-col-items select {
    margin-right: 5px;
}

.bwp-post-grid-filter-dropdown {
    border: 1px solid black;
    position: absolute;
    z-index: 100;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    display: none;
}

#bwp-post-grid-form input[type="submit"] {
    background-color: #1c7cd6;
}

.bwp-post-grid-ui-table-col.bwp-post-grid-ui-views {
    width: 58px;
}

.bwp-post-grid-filter-button {
    width: 155px;
    height: auto;
    background-color: #1c7cd6;
    font-size: 12px;
    text-align: left;
    height: 35px;
}

#bwp-post-grid-items {
    width: 100%;
}

.bwp-post-grid-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.bwp-post-grid-item {
    width: 300px;
    // min-height: 250px;
    padding: 20px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.page-numbers {
    display: inline-block !important;
}

.bwp-post-grid-pagination-top, .bwp-post-grid-pagination-bottom {
    text-align: center;
    margin-bottom: 50px;
}

.bwp-post-grid-pagination-bottom {
    display: block;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.bwp-post-grid-filter-button-chevron {
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}
.bwp-post-grid-ui-table .bwp-post-grid-ui-table-col > span {
    display: block;
    font-size: 13px;
}


.bwp-post-grid-filter-button-wrapper {

}
#bwp-post-grid-form {
    margin-bottom: 50px;
}
#bwp-post-grid-order-by, #bwp-post-grid-order {
    width: 155px;
    height: 35px;
    display: block;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background-color: #f8f9fa;
    font-size: 12px;
    font-weight: 500;
    text-align-last: center;
    padding: 0px;
    font-family: Raleway;
}

.pg-seperator {
    display: inline-block;
    width: 1px;
    background-color: #1c7cd6;
    height: 25px;
    vertical-align: middle;
    margin: 0px 8px;
}

.bwp-post-grid-dropdown-container .filter-checkbox {
    margin-top: 5px;
}

.bwp-post-grid-row > .bwp-post-grid-row {
    margin-bottom: 0;
}

.bwp-post-grid-row.full-width .bwp-post-grid-row {
    min-width: 100%;
    margin-bottom: 30px;
}
.bwp-post-grid-row.full-width {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.bwp-post-grid-row.full-width .bwp-post-grid-row .bwp-post-grid-item {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1100px) {
  .bwp-post-grid-ui-table.d-flex {
    flex-direction: column;
  }
  .bwp-post-grid-ui-table.d-flex .bwp-post-grid-ui-table-col {
    margin-bottom: 10px;
    width: 100%;
  }
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-filter-button {
      width: 100%;
  }
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container {
      width: 33.333%;
  }
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container:not(:last-child) {
      margin-right: 5px;
  }
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container:last-child {
      margin-right: 0;
  }
  #bwp-post-grid-order-by, #bwp-post-grid-order {
      width: 100%;
      margin-right: 5px;
  }
  #bwp-post-grid-order {
      margin-right: 0;
  }
}

@media screen and (max-width: 660px) {
  .boxed-row-pull-up-high {
      padding: 20px;
  }
  .searchbar-top-holder {
      margin-bottom: 15px;
  }
  #bwp-post-grid-search-terms input[type="search"] {
      padding: 10px;
      font-size: 14px;
      line-height: 1;
  }
}

@media screen and (max-width: 560px) {
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container {
      width: 100%;
  }
  .bwp-post-grid-ui-table-col-items.d-flex {
      flex-wrap: wrap;
  }
  .bwp-post-grid-ui-table-col-items .bwp-post-grid-dropdown-container:not(:last-child) {
      margin-right: 0px;
      margin-bottom: 5px;
  }
  #bwp-post-grid-order-by, #bwp-post-grid-order {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 5px;
  }
  .boxed-row-pull-up-high {
      padding: 25px;
  }
}

@media screen and (max-width: 360px) {
  .searchbar-top-holder.d-flex {
      flex-wrap: wrap;
  }
  #bwp-post-grid-search-terms {
      margin-bottom: 5px;
      margin-right: 0;
  }
  .searchbar-top-holder.d-flex input[type="submit"] {
      padding: 5px 10px;
      margin: 0;
      font-size: 12px;
  }
}
