/**
* Theme Name: Naxly Child
* Description: This is a child theme of Naxly, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: naxly
* Version: 2.0
*/

/**
* Resources Page search.
*/
.resources-search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.resources-search-form div {
  display: flex;
}
.resources-search-form label {
  margin: 0;
}
.resources-search-form input {
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 5px 0px 0px 5px;
  padding: 8px 12px;
}
.resources-search-form button {
  background-color: #0252a7;
  align-items: center;
  border-color: #0252a7;
  border-radius: 0 5px 5px 0;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  color: #fff;
  display: flex;
  padding: 8px 12px;
}

.resources-results-bar .clear-filters {
  color: #0252a7;
}

.resources-title-per-resource-type {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .resources-title-per-resource-type {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .resources-title-per-resource-type {
    font-size: 60px;
  }
}
