
/*
    Liquo - Filterable and Responsive Image Gallery
    Version 1.0.0
    Ryan Fitzgerald
    https://RyanFitzgerald.ca/
    ---
    Repo: http://github.com/ryanfitzgerald/liquo
    Issues: http://github.com/ryanfitzgerald/liquo/issues
    Licensed under MIT Open Source
 */
.pp_gallery {
    display: none !important;
}
form.search_gallery {
    display: flex;
    margin-bottom: 30px;
}
form.search_gallery input[type="submit"] {
    color: #fff !important;
}
.liquo-gallery {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.liquo-gallery li {
  list-style-type: none;
  width: 33.33%;
  flex: 0 33.33%;
  margin-bottom: -4px;
}
div#gallery-menu a {
    padding: 7px 25px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
div#gallery-menu {
    margin-bottom: 30px;
    margin-top: 50px;
}
.gallery_inner {
    padding: 5px;
}
.gallery_inner h3 {
    margin: 0;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
ul#gallery li {
    margin-bottom: 15px;
}
.gallery_inner img {height: 270px !important; width: 100%; object-fit: cover;}
.gallery_inner img {
    border: 1px solid #ccc;
}
.gallery_inner a {
    text-decoration: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.liquo-gallery li {flex: 0 50%;}
form.search_gallery {margin-top: 65px;}
}

@media screen and (max-width: 767px) {
.gallery_inner img {height: auto !important; width: 100%;}
form.search_gallery {margin-top: 50px;}
.liquo-gallery li {flex: 100%;}
}