/*
Theme Name: MyPets
Theme URI: http://openlava.com
description: writers-blogily Child Theme
Author: Paul Seto
Author URI: http://openlava.com
Template: oceanwp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
*/
@import url("../oceanwp/style.css");

/*
1. Pet Information
2. Front Page Pet Search Criteria
*/

/*
 * 0. Change Ocean Styling
 */
.page-header {
  padding: 15px 0px 0 0 !important;
}

#content-wrap {
  padding-top: 15px !important;
}

/*
 * 1. Pet Information
 */
table.mypets-pet-information caption,
table.mypets-pet-information tr,
table.mypets-pet-information td {
  border: 1px solid #042a2b;
  color: #042a2b;
  padding: 0 5px;
}

table.mypets-pet-information tr td:first-child {
  padding-left: 5px;
}

table.mypets-pet-information tr td:last-child {
  padding-right: 5px;
}


table.mypets-pet-information {
  display: block;
}

table.mypets-pet-information>caption {
  background: #042a2b;
  font-family: Roboto, san-serif;
  text-align: center;
  color: #cdedf6;
  font-weight: bold;
}

/*
 * 2. Front Page Pet Search Criteria
 */
.mypets-content-wrap {
  /* display:flex; */
  justify-content: space-between;
  flex-direction: row;
}

.mypets-content-area {
  /* display:flex; */
  justify-content: space-between;
  padding-right: 0px !important;
}

.mypets-search-container {
  /* display: flex; */
  flex-wrap: wrap;
}

.mypets-criteria-container {
  padding-right: 10px;
}

.mypets-search-group {
  box-shadow: inset 0 0 2px #042a2b;
  padding: 5px;
  max-height: 200px;
  overflow-y: scroll;
  background: #ffffff;
  margin-bottom: 10px;
}

.mypets-search-group-title {
  font-weight: bold;
  color: #4891ce;
  padding-left: 5px;
}

.mypets-search-group>label {
  display: block;
  margin: 0 0 0 0;
  font-size: smaller;
}

.mypets-search-group>label>input[type=checkbox] {
  margin: 0;
}

.mypets-search-results .pet {
  border: 1px solid #4891ce;
  margin: 0 2px 5px 2px;
  /* width: 49%; */
}

.mypets-search-results .pet div.info {
  margin-left: 5px;
  font-size: smaller;
  line-height: 2rem;
}

.mypets-headshot {
  border-bottom: 1px solid #4891ce;
}

.mypets-search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mypets-results-container {
  /* display: flex; */
  flex-direction: column;
  flex: 1;
  margin-top: 20px;
}

.sidebar-box>ul>li {
  padding: 0;
}

.mypets-info-table {}

.sticky {
  position: fixed !important;
  transition: 2s;
  top: 0px;
}

@media screen and (min-width:568px) {
  .mypets-search-container {
    display: flex;
  }

  .mypets-search-results .pet div.info {
    font-size: small;
    line-height: 1.6rem;
  }

  .mypets-info-table {
    padding-left: 10px;
    float: right;
  }
}

@media screen and (min-width:794px) {
  .mypets-search-results .pet {
    width: 49%;
  }
}

@media screen and (min-width:960px) {
  .mypets-search-results .pet {
    width: 100%;
  }
}


@media screen and (min-width:1082px) {
  .mypets-search-results .pet {
    width: 49%;
  }
}